🔸 Download Pyton for Mac
https://www.python.org/downloads/release/python-3132/
→ "macOS 64-bit universal2 installer"
(Direct link: https://www.python.org/ftp/python/3.13.2/python-3.13.2-macos11.pkg)

🔸 Then install Pyton

🔸 Install pyperclip, pyserial and cryptodome, then open the terminal and copy these commands:
	pip install pyserial
	pip install pyperclip
	pip install pycryptodomex
	pip install pyaudio
	pip install bleak

🔸 Open the folder "prepperdock" right-click on "prepperdock.py" > Open with > Python Launcher.

----------------------------------------------------------------------------------------------

If pip is not installed, run this command: python get-pip.py